body{
    background-color: rgba(82, 111, 190, 0.909);
    background-image: url("../images\ for\ offical\ website/Braves.webp ");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 50%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.A{

   background-color: black;
   color: white;
   width: fit-content;
   margin-left: 940px;
   font-size: 70px;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   border-radius: 15px;
}

.B{
    background-color: red;
    color: rgb(0, 0, 0);
    width: 900px;
    font-size: 30px;
    float: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.C{
background-color: rgb(20, 90, 147);
color: white;
font-size: 25px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
width: 630px;
}

.D{

margin-top: 500px;

}

.E{
    font-size: 30px;
    margin-top: 100px;
    margin-left: 1700px;
width: fit-content;
clear: both;
}